home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
ADOS Guide
/
ADOS commands
/
Skip
< prev
next >
Wrap
Text File
|
1998-02-16
|
522b
|
25 lines
--AMIGADOS GUIDE V2.5--
SKIP
USE:
This command is for use in Scripts. It is used to jump certain parts of
a script defined by the user.
PATH:
Internal
SYSTEM:
2.0, 2.1, 3.0
EXAMPLES:
1>SKIP end
ECHO "AmigaDOS Guide V2"
LAB end
NOTES:
In the above example the Echo command will not be executed as the
program will skip it and jump to LAB end.
LAB end is the Label command which tells skip where to jump to.